home *** CD-ROM | disk | FTP | other *** search
/ New Star Software Collection / NSS_Collection.iso / 3-148 teach me windows 311 / 1.ima / ATI.BAT next >
Encoding:
DOS Batch File  |  1993-01-25  |  903 b   |  15 lines

  1. @echo off
  2. cls
  3. echo     ┌───────────────────────────────────────────────────────────────────┐
  4. echo     │ This computer-based tutorial must be installed on your hard disk. │
  5. echo     │                                                                   │
  6. echo     │ Place the training disk into your floppy drive.                   │
  7. echo     │                                                                   │
  8. echo     │ Next, type A:INSTALL (assuming the floppy drive is drive A:)      │
  9. echo     │ and press the Enter key.                                          │
  10. echo     │                                                                   │
  11. echo     │ The instructions that will display on your screen will help you   │
  12. echo     │ complete the installation.                                        │
  13. echo     └───────────────────────────────────────────────────────────────────┘
  14. exit
  15.